๐Ÿ‘ฉโ€๐ŸŒพ Contributions by @neil at [[decision trees]]
Agora locations contain community contributions whose titles or topics match your search. x
๐Ÿ“„ decision-trees.md by @neil โ˜† raw ๏ธ๐Ÿ”— โœ๏ธ

Decision trees

Like expert system but on steroids.

One of the basic machine-learning algorithms. Each tree "knows" a limited number of classes.

For each element, the tree "asks" some questions and chooses the class most similar to the element.

https://www.analyticsvidhya.com/blog/2016/04/complete-tutorial-tree-based-modeling-scratch-in-python/

An automatic data analysis method.

Dates back to Hoveland and Hunt.

Loading pushes...